projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd1c7ca
)
* lisp/net/tramp-sh.el (tramp-ssh-controlmaster-options):
author
Artur Malabarba
<bruce.connor.am@gmail.com>
Fri, 22 Apr 2016 14:16:32 +0000
(11:16 -0300)
committer
Artur Malabarba
<bruce.connor.am@gmail.com>
Fri, 22 Apr 2016 14:17:00 +0000
(11:17 -0300)
Fix docstring quotes.
lisp/net/tramp-sh.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-sh.el
b/lisp/net/tramp-sh.el
index b2293a2b014e0e13c9b2b7696427913b5877ba25..071ec576652b2c9439f13bf826e6aa634e1f0ecc 100644
(file)
--- a/
lisp/net/tramp-sh.el
+++ b/
lisp/net/tramp-sh.el
@@
-117,7
+117,7
@@
detected as prompt when being sent on echoing hosts, therefore.")
"Which ssh Control* arguments to use.
If it is a string, it should have the form
-\"-o ControlMaster=auto -o ControlPath=
'tramp.%%r@%%h:%%p
'
+\"-o ControlMaster=auto -o ControlPath=
\\='tramp.%%r@%%h:%%p\\=
'
-o ControlPersist=no\". Percent characters in the ControlPath
spec must be doubled, because the string is used as format string.